home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1253.dms / var1253.adf / view.doc < prev    next >
Text File  |  1988-08-21  |  3KB  |  82 lines

  1.  
  2.  
  3. VIEW Documentation
  4. ------------------
  5.  
  6.  
  7. IFF (ILBM) Picture VIEWer 1.0 - January 1, 1988
  8. (C) Copyright 1987 Mark Riley, All Rights Reserved.
  9.  
  10. VIEW is a *small* utility for displaying IFF pictures.  Now, I realize that
  11. there are plenty of IFF viewers out there already, but I thought that this
  12. one would be of interest because of its small size (only 600 bytes.)  There's
  13. no fancy anything in VIEW, since it is optimized for size.  This means no
  14. error messages or built in usage facilities.  Thus, VIEW is the smallest,
  15. tiniest, dirtiest IFF picture VIEWer in town (until some tall dark stranger
  16. comes up and blows it away... ;-)  If you haven't guessed already, VIEW
  17. is written in assembly language.
  18.  
  19. I'd like to thank Andry Rachmat for posting USHOW 2.0; there were some neat
  20. tricks for optimizing in it.  No doubt VIEW can probably be squeezed in size
  21. further, but I thought I'd release it and see what someone else can come
  22. up with.
  23.  
  24. Feel free to redistribute VIEW (for non commercial purposes only.)  If there
  25. are any questions or problems, I can be reached at the following services:
  26.  
  27. PLINK: SONIX - BIX: mriley
  28.  
  29. Happy VIEWing....  ;-)  -Mark-
  30.  
  31. P.S.  I'll be uploading a more robust version of VIEW that'll interact with
  32.       PLAY (my Sonix score player) and allow people to easily put together
  33.       really polished looking slide shows w/music.  Look for it at a BBS
  34.       near you!
  35.  
  36.  
  37. VIEWing Pictures
  38. ================
  39.  
  40. VIEW is simple to use.  You may want to install it into your "c:" directory
  41. before you use it though.  This way it'll be there no matter which directory
  42. you move to.
  43.  
  44. Usage: VIEW picture
  45.  
  46. Don't use quotes when typing the picture name, even if there are spaces.
  47. This is because there is no command line parser in VIEW (optimization), so
  48. what you type is what you get (I think it's actually easier.)  If VIEW has
  49. any problem displaying the picture, it'll just exit, no error message, no
  50. nothing (sacrifice for optimization.)
  51.  
  52. Once the picture is up, you can use the usual invisible screen drag and
  53. front/back gadgets to manipulate it.
  54.  
  55. To quit a picture, just type Ctrl-C.  The CLI from which you issued the
  56. VIEW command must be active in order for Ctrl-C to work (this is the case
  57. if you don't go roaming around to other screens while VIEWing.)  Otherwise
  58. just click in the CLI window and do a Ctrl-C.
  59.  
  60. If you "run" view then issue a "break" to the process number you ran it as.
  61. Here's an example:
  62.  
  63. 1> run view nagel
  64. [CLI 2]
  65. 1> break 2
  66. 1>
  67.  
  68. Being able to run VIEW, makes it a natural in execute files (slide shows)
  69. since you can quit it remotely with a break command:
  70.  
  71. 1> type slideshow
  72. run >nil: view nagel
  73. wait 10
  74. break 2
  75. run >nil: view nagel2
  76. wait 10
  77. break 2
  78. 1> execute slideshow
  79. 1>
  80.  
  81. *****************************************************************************
  82.